home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_menu_sw.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2005-10-03  |  131b  |  6 lines

  1. on(rollOver){
  2.    this.artwork.overState = 0;
  3.    this.artwork.gotoAndPlay("start");
  4.    this.artwork.title.gotoAndPlay("in");
  5. }
  6.